Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: How to pronounce SQL

    In French, we pronounce "S Q L" (with French way to pronounce each character).

    If we pronounce "Sequel" it's sound like "séquelle" that means "after-effects".

    Jacques.

  • RE: How to change data type

    Andy,

    you wrote : "If the column was published,[...] you'd have to [..] remove the column from the article...".

    I've followed your instructions but it didn't work : remove the column from...

  • RE: how would You determine the fields in a PK?

    I propose :

    select column_name

    from information_schema.key_column_usage

    where table_name = ...

    Jacques.

Viewing 3 posts - 1 through 3 (of 3 total)