Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

databaseanswers.net Latest Questions

  • 0
Clara
Beginner

In my sql table, when I select data by using this query, SELECT * FROM agreement_id, hierarchy_id, customer_no FROM rebate_agreement WHERE Customer_no = 'Kap-ST'; While I use the above query it filters the records as below, agreement_id hierarchy_id customer_no KAPA2 KHIE1 Kap-ST KAPA3 KHIE1 Kap-ST KAPA4 * Kap-ST I want to filter 1st, ...