5
Answers

Select*From User where username="...."

Atta Kumah

Atta Kumah

5y
7.4k
1
Please I want a to Select A particular User Details whose Details appear in a Database Table 10 times.
Please I want to select from SQL Database Table Where a username="...." of Which the "..." is the Text-box or Input fill the user will enter his username.
Below is My SQL Query:
(Select*From User where username="........";)
Please Help Me
Answers (5)