|
Help solve a SQL statement problem: The table name is fixed (student), the field name is uncertain (name, class, Id ...), and the data of the field is not fixed. Now I want to find the data by a query. Use the variable condition to indicate the field name value How should I write a SQL statement like the query condition of the selected field? |
|