Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata
  • Blog
  • Categories
  • Tags
  • Tools

Tag Archives: Mysql

Post navigation

← Older posts
Newer posts →

How to limit the number of rows returned by an MySQL query

Posted on August 10, 2013 by Shiji Pan

In MySQL, you can use “LIMIT <skip> <count>”, like this: select * from sometable order by name limit 20,10 In Oracle: http://www.withdata.com/ad/oracle/how-to-limit-the-number-of-rows-returned-by-an-oracle-query-after-ordering.html . In SQL ... Read more

Posted in Mysql | Tagged equivalent for the MySQL Limit, Mysql

Withdata Software Released Withdata MysqlToExcel 1.9

Posted on August 6, 2013 by Shiji Pan

Withdata software has announced withdata mysqltoexcel 1.9, a data conversion tool that export MySQL data to excel. Withdata MysqlToExcel 1.9 add “Task Schedule”, improve export performance, and fix “division by zero” bug in importing process. Withdata MysqlToExcel – ... Read more

Posted in PR | Tagged DB To Excel, Mysql, Mysql export, MysqlToExcel

Withdata Software Released MyToTxt Version 2.2

Posted on August 6, 2013 by Shiji Pan

Withdata software has announced mytotxt 2.2, a data conversion tool that export MySQL data to flat file (csv, xml, html, sql) and excel. MyToTxt 2.2 add “Task Schedule”, improve export performance, and fix “division by zero” bug in importing process. MyToTxt – The ... Read more

Posted in PR | Tagged DB To File, Mysql, Mysql export, MyToTxt

Withdata Software Released XlsToMy Version 2.1

Posted on July 26, 2013 by Shiji Pan

Withdata software has announced xlstomy 2.1, a data conversion tool that import Excel data to MySQL database. XlsToMy 2.1 add “Task Schedule”, improve import performance, and fix “division by zero” bug in importing process. XlsToMy – A better way to import Excel data ... Read more

Posted in PR | Tagged Excle, Mysql, Mysql import Excel, XlsToMy

Withdata Software Released TxtToMy Version 2.1

Posted on July 24, 2013 by Shiji Pan

Withdata software has announced txttomy 2.1, a data conversion tool that import csv(txt) data to MySQL database. TxtToMy 2.1 add “Task Schedule”, improve import performance, and fix “division by zero” bug in importing process. TxtToMy – A better way to import ... Read more

Posted in PR | Tagged CSV, Mysql, TXT

Change MySQL table character set from latin1 to utf8

Posted on July 18, 2013 by Shiji Pan

I have a table “t_user”, it’s character set is “latin1” when create it, and I want to save some unicode text at field “username”, but when I saved, the data is “????”, so I need to change character set from “latin1” to ... Read more

Posted in Mysql | Tagged change Mysql table charater set, character set, Mysql

Fetch the row which has the Max value for a column on Mysql

Posted on June 19, 2013 by Shiji Pan

I have a MySQL table clientipstat, 3 columns: barcode, statdate, count. I want to get the latest row for each barcode(1 result per unique barcode), like ... Read more

Posted in Mysql | Tagged MAX() + GROUP BY, Mysql

Withdata Software Released MyLobEditor 1.9

Posted on June 18, 2013 by Shiji Pan

Withdata software has announced mylobeditor 1.9, a tool that helps you edit MySQL lob(text,blob) data directly. MyLobEditor 1.9 add PDF View, add “Execute Sql from Command line”, improve logon form, improve “Check update”, and fix bug on “Execute from command ... Read more

Posted in PR | Tagged BLOB, CLOB, LobEditor, MyLobEditor, Mysql

How to generate a CREATE TABLE statement for a given table in Mysql

Posted on June 13, 2013 by Shiji Pan

Just use SHOW CREATE TABLE SHOW CREATE TABLE my_table See also: How to generate a CREATE TABLE statement for a given table in SQL Server How to generate a CREATE TABLE statement for a given table in Oracle How to generate a CREATE TABLE statement for a given table in SQLite Some MySQL tools you ... Read more

Posted in Mysql | Tagged generate a CREATE TABLE statement, Mysql

Withdata Software Released Withdata MysqlToExcel 1.8

Posted on June 12, 2013 by Shiji Pan

Withdata software has announced withdata mysqltoexcel 1.8, a data conversion tool that export MySQL data to excel. Withdata MysqlToExcel 1.8 add “Execute Sql from Command line”, add “Check Update” to menu,and fix “Execute update sql error”. Withdata ... Read more

Posted in PR | Tagged Excel, Mysql, Mysql export Excel, Mysql to Excel, MysqlToExcel

Post navigation

← Older posts
Newer posts →

Recent Posts

  • Convert Text to Speech Line by Line
  • Store HTML in SQLite TEXT: Step-by-Step Implementation & Best Practices
Withdata Software. ©2004 - 2026 All rights reserved.