Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Product
  • Purchase
  • Download
  • Contact Us
  • About
  • Privacy Policy

Post navigation

← Older posts

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

Posted on June 19, 2013 by 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 OraLobEditor 3.5

Posted on June 18, 2013 by Pan

WITHDATA SOFTWARE has announced OraLobEditor 3.5, a tool that helps you edit Oracle LOB(CLOB,BLOB) data directly. OraLobEditor 3.5 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, Lob Editor, Oracle, OraLobEditor

Withdata Software Released SqlLobEditor 2.1

Posted on June 18, 2013 by Pan

WITHDATA SOFTWARE has announced SqlLobEditor 2.1, a tool that helps you edit Sql Server LOB(text,ntext,image) data directly. SqlLobEditor 2.1 add PDF View, add “Execute Sql from Command line”, improve logon form, improve “Check update”, and fix bug on “Execute from ... Read more

Posted in PR | Tagged BLOB, CLOB, Lob Editor, Sql Server, SqlLobEditor

Withdata Software Released MyLobEditor 1.9

Posted on June 18, 2013 by 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

Withdata Software Released DB2LobEditor 1.7

Posted on June 18, 2013 by Pan

WITHDATA SOFTWARE has announced DB2LobEditor 1.7, a tool that helps you edit DB2 LOB (BLOB, CLOB) data directly. DB2LobEditor 1.7 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, DB2, DB2LobEditor, Lob Editor

Withdata Software Released DBBlobEditor 5.1

Posted on June 18, 2013 by Pan

WITHDATA SOFTWARE has announced DBBlobEditor 5.1, a tool that helps you edit Database LOB (BLOB, CLOB) data directly. DBBlobEditor 5.1 add “Execute from command line”, add “Execute Sql from Command line”, improve logon form and improve “Check ... Read more

Posted in PR | Tagged BLOB, CLOB, DBBlobEditor, Lob Editor

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

Posted on June 13, 2013 by Pan

Just use SHOW CREATE TABLE SHOW CREATE TABLE my_table Related Post: 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 ... Read more

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

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

Posted on June 12, 2013 by Pan

select dbms_metadata.get_ddl('TABLE', 'the_table_name', 'the_schema_name') from dual Replace “the_table_name” and “the_schema_name” with yours. Related Post: How to generate a CREATE TABLE statement for a given table in SQL Server How to generate a CREATE TABLE statement ... Read more

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

How to generate a CREATE TABLE statement for a given table in SQL Server

Posted on June 12, 2013 by Pan

declare @table varchar(100) set @table = 'my_table' -- set table name here declare @sql table(s varchar(1000), id int identity) -- create statement insert into @sql(s) values ('create table [' + @table + '] (') -- column list insert into @sql(s) select ' ['+column_name+'] ' + ... Read more

Posted in Sql Server | Tagged generate a CREATE TABLE statement, Sql Server

Withdata Software Released Withdata OracleToExcel 1.8

Posted on June 12, 2013 by Pan

WITHDATA SOFTWARE has announced Withdata OracleToExcel 1.8, a data conversion tool that export Oracle data to Excel. Withdata OracleToExcel 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, Oracle, Oracle export Excel, Oracle to Excel, OracleToExcel

Post navigation

← Older posts

Recent Posts

  • Fetch the row which has the Max value for a column on Mysql
  • Withdata Software Released OraLobEditor 3.5
  • Withdata Software Released SqlLobEditor 2.1
  • Withdata Software Released MyLobEditor 1.9
  • Withdata Software Released DB2LobEditor 1.7
Withdata Software. ©2004 - 2013 All rights reserved.