SQL Mystery Stories 1

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 2

  • @roughsealtd
    @roughsealtd  13 лет назад

    @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 :-)

  • @ViperMiguel
    @ViperMiguel 13 лет назад

    Where column @@='xpto'
    What sql is this??