Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql nombre mes mysql

#para el idioma español
SET lc_time_names = 'es_ES';
#consulta para los datos de fechas
SELECT a.id_extintor, MONTHNAME(a.fecha_recarga) from tb_extintores a;
Comment

PREVIOUS NEXT
Code Example
Sql :: get specific column in mongodb 
Sql :: download database devilbox 
Sql :: last 2 mins sql server 
Sql :: sql get actual fiscal year 
Sql :: oracle compile trigger 
Sql :: create postgres role and database for bitbucket 
Sql :: sqlite create record 
Sql :: insert data into multiple tables mysql 
Sql :: how to delete python anywhere mysql database 
Sql :: mysql join same table multiple times group by 
Sql :: reset counter postgres 
Sql :: execution order in sql 
Sql :: create temp table sql 
Sql :: Question 7: Write an SQL query to print details of the Workers who have joined in Feb’2014. 
Sql :: SQL:RANK function to delete duplicate rows 
Sql :: oracle all columns 
Sql :: make selected text uppercase mssql 
Sql :: sql select where id not exists in another table 
Sql :: postgres sql alter table delete row 
Sql :: sql max count 
Sql :: psql invalid command N 
Sql :: example database query 
Sql :: creating a database sql 
Sql :: mysql select random rows large table 
Sql :: end mysql command 
Sql :: to_sql pandas 
Sql :: where name ends in SQL 
Sql :: how to output a different column name in mysql 
Sql :: mysql ddl 
Sql :: group by sql 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =