In response to
"what is the query that causes that error? -- nm"
by
Beryllium
|
It is a simple select.
Posted by
GregW (aka not2fast)
Aug 23 '12, 15:05
|
There are only 2 columns in the table. They key is varchar(22) and the other column is varchar(255). I just execute "select c1, c2 from table order by c1".
|
Responses:
|