Posts Tagged ‘SQL’

SQL Query / Code To Change English Date To Arabic

September 2nd, 2015, posted in Oracle Queries
Share

SELECT

to_char(SYSDATE,’day dd month yyyy’, ‘nls_calendar=”Arabic Hijrah”’),
to_char(SYSDATE,’day dd month yyyy’, ‘nls_calendar=”English Hijrah”’),
to_char(SYSDATE,’day dd month yyyy’, ‘nls_calendar=”gregorian”’)

FROM DUAL;

SQL Query / Code To Change English Date To Arabic Date,Query To Change English Date To Arabic Date,Code,Change English Date To Arabic Date,  ,Oracle,MySQL,SQL,change english to arabic,Arabic date,english date,date converstaion,conversation,

Share

Convert Your CVS File Into MySQL File Online For Free

September 23rd, 2011, posted in TEChNoLoGY
Share
These are a Great Online Tools and I have used it in the past and it has worked well for me.From these free online tools you can convert your CSV format file into MySQL format. And best part is its free and you dont have to do anything. All you have to do is upload your file through browser and than you will get the MySQL query or MySQL file and just use it.
Its just sitting back and enjoyin the movie type thing…..
So, without any further delay here are the best links :
Share