The ‘Star’ Regular Statement
This article will cover the syntax of the 'Star' regular script statement. This statement is used to change the default character used to signify 'all'. By default, this is the…
This article will cover the syntax of the 'Star' regular script statement. This statement is used to change the default character used to signify 'all'. By default, this is the…
This article will cover the syntax of the 'SQLTypes' regular script statement. This statement is used to get fields with information about types of data sources from a database connection.…
This article will cover the syntax of the 'SQLTables' regular script statement. This statement is used to get fields with information about database tables. Statement syntax SQLTablesThis is the whole…
This article will cover the syntax of the 'SQLColumns' regular script statement. This statement is used to get fields with information about database columns. Statement syntax SQLcolumnsThis is the whole…
This article will cover the syntax of the 'SQL' regular script statement. This statement is used to send a command through a database connection. Statement syntax Sql_commandAn SQL command that…
This article will cover the syntax of the 'Sleep' regular script statement. This statement is used to pause the execution of a script for a specified period of time. Statement…
This article will cover the syntax of the 'Set' regular script statement. This statement is used to set string variables. Statement syntax VariablenameThe name of the variable. This is the…
This article will cover the syntax of the 'Select' regular script statement. This statement is used to pull data from a database using standard SQL syntax. Statement syntax Select statements…
This article will cover the syntax of the 'Section' regular script statement. This statement specified whether the subsequent Load or Select statements are for data or access rights. This is…
This article will cover the syntax of the 'Rename Table' regular script statement. This statement allows specified tables to be renamed. Statement syntax Table | TablesSingle or multiple tables can…