Results 1 to 2 of 2

Thread: View my table

  1. #1
    Join Date
    Oct 2011
    Posts
    1

    View my table

    I made a table and I'm not sure how to view it. Help

  2. #2
    Join Date
    Feb 2013
    Posts
    5
    You mean you want to see the records from the table you created ?
    Use SELECT
    SELECT * FROM tablename;

Posting Permissions

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