Results 1 to 3 of 3

Thread: Need Help setting up query

  1. #1
    Join Date
    Jan 2008
    Posts
    2

    Question Need Help setting up query

    I'm just learning sql and having lots of misunderstanding about how to write queries. I want the users password to go to his/her specific page (like MyPage). I have each individual setup in the database and each page setup in the database but dont know how to write the query so that the user can open up his page and not just a page. How do I write that query. This is what I've done so far

    SELECT pwd
    FROM tblbm_user
    WHERE = URL(%MyPage)

    I know this is not right but how do I do make it right

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Is it for MySql?

  3. #3
    Join Date
    Jan 2008
    Posts
    2
    Yes it for MySql

Posting Permissions

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