Re: simple sql questions
From: David Benua <dbenua_at_panix.com>
Date: 7 Sep 1993 16:29:33 -0400
Message-ID: <26iqvd$qj7_at_panix.com>
Date: 7 Sep 1993 16:29:33 -0400
Message-ID: <26iqvd$qj7_at_panix.com>
In <26il6n$9lh_at_elroy.jpl.nasa.gov> jason_at_woody.uucp (Jason Yi) writes:
>Question 1.
>I want to do something like this:
>select * from mytable where mycolumn='ABC*';
> ^
> |
> |
> match anything that starts with ABC
>Is this possible?
Yes, try select * from mytable where mycolumn like 'ABC%'
>When you have a foriegn key, does the child table make a copy of it's
>parent's or does it have a pointer referencing to it's parent?
To misquote Firesign theatre: "No, No, No, you don't understand how radio works!"
Dave
>Thanks in advance
-- David Benua Internet: dbenua_at_panix.com Compu$erve: 72630,1416Received on Tue Sep 07 1993 - 22:29:33 CEST