|
from GiisQueryConfig where tableDesc = 'Weather Table' order by fieldName
from GiisQueryConfig where tableName = 'SWeather' order by fieldName
Above are two sentences of print hql. In the second sentence, the query English field can be displayed. If the first sentence is equal to Chinese, it will not be displayed, but no error will be displayed. The corresponding database records under these two conditions should show the same. Why doesn't Chinese work? |
|