Results 1 to 2 of 2

Thread: SQL - DELETE * FROM TABLE ???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    NY, USA.
    Posts
    240

    Post

    Could someone give me a VB example of how to use the SQL - DELETE * FROM TABLE.

    ------------------
    OmarSwan

    [email protected]

    http://omarswan.da.ru/


    "Jesus is Lord"


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    To delete all rows from a table:

    Delete from MyTable

    To delete all rows that meet a criteria:

    Delete from MyTable where MyField = MyValue

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width