代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/177407/5327808
sql beforeexport.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327809
sql backupcold.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327810
sql test.sql
-- Connection Test
SELECT 'Success ' AS Connection FROM DUAL
/
EXIT
www.eeworm.com/read/177407/5327811
sql daily.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327812
sql checkdb.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327813
sql stop.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327814
sql start.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327815
sql afterimport.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327818
sql deletelanguage.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/177407/5327878
sql tablecolumn.sql
-- Table Column scripts
SELECT TableName, FieldLength
FROM AD_Column c
INNER JOIN AD_Table t ON (c.AD_Table_ID=t.AD_Table_ID)
WHERE ColumnName = 'Description' AND FieldLength255;
SELECT t