42.7K results in 794 ms
4 years ago · Feb 28, 2021, 08:50 PM
KEY (`EVENT_ID`) ); DROP TRIGGER IF EXISTS `kodilla_course`.`BOOKS_INSERT`; DELIMITER $$ CREATE TRIGGER BOOKS_INSERT AFTER INSERT
4 years ago · Feb 28, 2021, 08:48 PM
SUM(BESTSELLER) FROM BOOKS; DELIMITER $$ CREATE EVENT IF NOT EXISTS BESTSELLER_STATS ON SCHEDULE EVERY
4 years ago · Feb 28, 2021, 04:50 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Feb 28, 2021, 11:10 AM
cls.__hash__ = hash_action(cls, field_list, globals) if not getattr(cls, '__doc__'): # Create a class doc-string. cls.__doc__
4 years ago · Feb 28, 2021, 09:42 AM
and services that millions if not billions of people use
4 years ago · Feb 28, 2021, 07:14 AM
from stgCurrentScores i where not exists (select 1 from HighRankHistory
4 years ago · Feb 28, 2021, 04:58 AM
Term name exist and if not we create it. if( ! term_exists( $value,
4 years ago · Feb 27, 2021, 11:38 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Feb 27, 2021, 09:56 PM
USE `internet_sales` ; -- ----------------------------------------------------- -- Table `internet_sales`.`shops` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `internet_sales`.`shops` ( `id` INT NOT
4 years ago · Feb 27, 2021, 06:04 PM
gSQLtuple = SQL_MakeDbTuple(SQL_INFO[0],SQL_INFO[1],SQL_INFO[2],SQL_INFO[3]); formatex(gSQLQuery, charsmax(gSQLQuery), "CREATE TABLE IF NOT EXISTS `rregsys` (`User_id` INT(11) NOT
4 years ago · Feb 27, 2021, 05:56 PM
sQuery[10000]; iLen += formatex(sQuery[iLen], charsmax(sQuery), "CREATE TABLE IF NOT EXISTS `Awpskintable` "); iLen += formatex(sQuery[iLen], charsmax(sQuery)-iLen,
4 years ago · Feb 27, 2021, 11:58 AM
exists = true end end if not exists then if getType(elementID)~=nil then
4 years ago · Feb 27, 2021, 07:56 AM
Term name exist and if not we create it. if( ! term_exists( $value,
4 years ago · Feb 26, 2021, 06:44 PM
sQuery[1024]; iLen += formatex(sQuery[iLen], charsmax(sQuery), "CREATE TABLE IF NOT EXISTS `Awpskintable` "); iLen += formatex(sQuery[iLen], charsmax(sQuery)-iLen,
4 years ago · Feb 26, 2021, 01:52 PM
Connected to USER.db") sqlite_create_table_query = '''CREATE TABLE TB_USER ( USER_ID INTEGER PRIMARY KEY AUTOINCREMENT, LOGIN TEXT NOT NULL, CRYPTOGRAPHIC_PASSWORD TEXT NOT
4 years ago · Feb 26, 2021, 11:08 AM
USE `internet_sales` ; -- ----------------------------------------------------- -- Table `internet_sales`.`shops` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `internet_sales`.`shops` ( `id` INT NOT
4 years ago · Feb 26, 2021, 06:54 AM
create sequence blank_distribution_info_seq; create table if not exists blank_distribution_info ( blank_distribution_info_id bigint not
4 years ago · Feb 26, 2021, 05:50 AM
in the other cases not. if (!isIE10 && isHTML) { var marginTop
4 years ago · Feb 26, 2021, 03:34 AM
drop table if exists emp_1; -- 1 CREATE TABLE EMP_1( EMP_NUM VARCHAR(3),
Total pages: 2134