Search
 
SCRIPT & CODE EXAMPLE
 

SQL

como hacer una consulta de un registro que no esta en una tabla en mysql

SELECT t1.*
  FROM data_base_ct t1
  LEFT JOIN data_inicio_primera_etapa t2
    ON t2.codigo_ct = t1.codct
 WHERE t2.codigo_ct IS NULL
Comment

PREVIOUS NEXT
Code Example
Sql :: codeigniter 3 get best-selling products 
Sql :: oracle query archive mode 
Sql :: sum values by month mariadb 
Sql :: report in database 
Sql :: how many columns can be used for creating index? 
Sql :: ring rollback updates to the database using the odbc_rollback() 
Sql :: USING THE NOT CONDITION IN SQL 
Sql :: SQL Aliases with COUNT() 
Sql :: group by join columns per table 
Sql :: Run batch file from SQL 
Sql :: SQL CHECK Constraint in Existing Table 
Sql :: is sql injection still possible 
Sql :: mysql auto increment jumping 
Sql :: Duplix print in Smartforms 
Sql :: c# sql transaction multiple connections 
Sql :: sql find gaps in date ranges 
Sql :: oracle date winter time 
Sql :: how to create a table from another table in sql derby 
Sql :: SQL ANY and ALL with Comparison Operators 
Sql :: reset sql primary key 
Sql :: Using the Cloud SQL Auth proxy to connect to multiple instances 
Sql :: To access SQL database file 
Sql :: how to check table engine in mysql 
Sql :: dollar format in sql server 
Sql :: jooq replace 
Sql :: oracle index hint multiple tables example 
Sql :: in operator in sql 
Sql :: how to query a db sqlite3 database in django python 
Sql :: SQL SERVER microsoft How to Add Column at Specific Location in Table 
Sql :: module operator in oracle sql 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =