mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update my sql get columns
This commit is contained in:
parent
0021c02806
commit
28893e989e
@ -35,7 +35,7 @@ namespace SqlSugar
|
||||
numeric_scale as Scale,
|
||||
numeric_scale as DecimalDigits
|
||||
FROM
|
||||
Information_schema.columns where TABLE_NAME='{0}' and TABLE_SCHEMA=(select database()) ORDER BY TABLE_NAME";
|
||||
Information_schema.columns where TABLE_NAME='{0}' and TABLE_SCHEMA=(select database()) ORDER BY ordinal_position";
|
||||
return sql;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user