Re: [GENERAL] Can I use LIKE to achieve the following result

2010-01-20 Thread Ricardo Fuentes
Hi. You can return a set of record of that table with a sentence including the LIKE operator, i.e. SELECT ID, Item FROM your_table WHERE item LIKE 'Car_'; and you would get this result: ID | Item = 0 | Car1 1 | Car2 2 | Car3 Take a look of the documentation in the postgresql documen

[GENERAL] Hello, i want to subscribe...

2009-04-02 Thread Ricardo Fuentes
Hello, i want to subscribe to this lists