Forum Replies Created

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

  • RE: how can i do the delete statement without having to re-index?

    Hi!

    I'm not sure if i understand it right, but you have indexed the columns you used to join the two tables to find the intersection.

    You can use this join also...

  • RE: SQL statement for selecting records

    For your problem it would be better to add a column for each color. That way you can mark for each project what color it uses.

    ID | Proj...

  • RE: UPDATE

    You can also use the FROM in SELECT, INSERTS, DELETE statements, because it is just another way to join tables.

    So the (corrected) example code

    update

    a1

    set

    col =...

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