Monday, October 19, 2009

Comments on table or column

Comment ↑

COMMENT ON TABLE YOUR_TABLE IS 'leave your comment on table.';
COMMENT ON COLUMN YOUR_TABLE.COLUMN_NAME IS 'leave comment on the column.';

link :http://www.solairis.com/projects/notes/oracle.html

Wednesday, October 14, 2009

How to convert MP3 to Text

  Download https://github.com/BtbN/FFmpeg-Builds/releases   Convert to pure MP3 first & then Split (chatgpt) If the original f...