42.7K results in 773 ms
2 years ago · May 05, 2023, 03:30 PM
CREATE TABLE IF NOT EXISTS `ci_sessions` ( `id` varchar(40) NOT
2 years ago · May 04, 2023, 01:20 AM
data conn.set_autocommit(True) conn.execute( """DROP TABLE IF EXISTS AMAZON_SUMMARY""") conn.execute( """CREATE TABLE AMAZON_SUMMARY ( CummSummNumRatings INTEGER,
2 years ago · May 03, 2023, 08:20 PM
conn.commit() curs.close() def initdb(): if os.path.isfile(DBNAME): print "File already exists, initialization not required." return conn = connect(DBNAME)
2 years ago · Apr 15, 2023, 01:10 PM
colorTextureCopy with resolution " + imageRes); } if (spaceTableBuffer == null || imageWidth != imageRes.x || imageHeight != imageRes.y) { // create space table spaceTable = sensorInt.pointCloudResolution == DepthSensorBase.PointCloudResolution.DepthCameraResolution ? sensorInt.GetDepthCameraSpaceTable(sensorData)
2 years ago · Apr 03, 2023, 09:20 PM
SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[IntegratorMappingDetails]( [integrator_mapping_detail_id] [int] NOT NULL, [integrator_mapping_id] [int] NOT
2 years ago · Mar 05, 2023, 07:01 PM
success return true else -- If the ".users" file does not exist, create a new table with the new user
2 years ago · Mar 05, 2023, 07:01 PM
event = os.pullEvent("key") end if not fs.exists(".userData") then ---if no username exists create one saveUserName() end function
2 years ago · Mar 05, 2023, 01:20 PM
nd, '.', ''); } /* * Cisco CIMC functions */ // Create an entry in the entPhysical table if it doesnt already exist.
2 years ago · Mar 04, 2023, 01:50 PM
def create(): open() cursor.execute('''PRAGMA foreign_keys=on''') do('''CREATE TABLE IF NOT EXISTS quiz ( id INTEGER PRIMARY
2 years ago · Feb 28, 2023, 03:10 PM
lab2.src_directions WHERE id = direction_id); -- create a group entry if not exists g_group_id = ( SELECT id FROM
2 years ago · Feb 22, 2023, 11:30 AM
not null, no_telepon varchar(16) not null ); drop table if exists pembelian; create table pembelian ( id BIGINT(20)
2 years ago · Feb 21, 2023, 02:50 PM
try: cursor = conn.cursor() cursor.execute("CREATE TABLE IF NOT EXISTS contacts (id INT AUTO_INCREMENT
2 years ago · Feb 20, 2023, 07:30 PM
SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[ConfigUserPrivileges]( [UserName] [varchar](20) NOT NULL, [ReportId] [int] NOT
2 years ago · Feb 17, 2023, 10:10 AM
DROP TABLE IF EXISTS product; CREATE TABLE product ( product_id INTEGER
2 years ago · Feb 15, 2023, 01:09 PM
1 DAY); DROP TEMPORARY TABLE IF EXISTS tmp_junior_sales_managers; CREATE TEMPORARY TABLE tmp_junior_sales_managers (KEY
2 years ago · Feb 10, 2023, 05:50 AM
Check if event already exists if not event then --- Create event event = Instance.new(isRemoteFunction and
2 years ago · Feb 07, 2023, 04:40 AM
text = 'Export Mangas'); //Check If the user on an animelist or not and create some variables exportlistbtn.setAttribute("id", "exportlistbtn");
2 years ago · Jan 24, 2023, 11:40 PM
for table `uzytkownicy` -- DROP TABLE IF EXISTS `uzytkownicy`; /*!40101 SET @saved_cs_client
Total pages: 2134