Re: [GENERAL] Can I use LIKE to achieve the following result
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...
Hello, i want to subscribe to this lists