Where column @@='xpto'
What sql is this??
ViperMiguel 3 months ago
@ViperMiguel
It's the syntax used by postgresql for full-text search - something functionally similar to Oracle's CONTAINS() or MySQL's MATCH ... AGAINST ... - I try to vary the SQL dialects :-)
roughsealtd 3 months ago
Where column @@='xpto'
What sql is this??
ViperMiguel 3 months ago
@ViperMiguel
It's the syntax used by postgresql for full-text search - something functionally similar to Oracle's CONTAINS() or MySQL's MATCH ... AGAINST ... - I try to vary the SQL dialects :-)
roughsealtd 3 months ago