Re: [SQL] Wild Cards

2001-01-26 Thread Rodger Donaldson
On Thu, Jan 25, 2001 at 02:29:55PM -0500, Brett W. McCoy wrote: > On Thu, 25 Jan 2001, wrote: > > > I am not able to get Wildcards in PostgreSQL, I know its * (asterisk), but > > its not working. can someone show me a example or something? > > Wildcards where? You can use * to mean all the fie

Re: [SQL] Wild Cards

2001-01-26 Thread Brett W. McCoy
On Thu, 25 Jan 2001, wrote: > I am not able to get Wildcards in PostgreSQL, I know its * (asterisk), but > its not working. can someone show me a example or something? Wildcards where? You can use * to mean all the fields in a table in a SELECT statement, but if you are using LIKE in a WHERE c

[SQL] Wild Cards

2001-01-26 Thread
I am not able to get Wildcards in PostgreSQL, I know its * (asterisk), but its not working. can someone show me a example or something?