Microsoft
Software
Hardware
Network
Question : How do i find how many columns a .csv file has?
I need to read every line (from .csv file) that has more than five columns.
How do I do this?
Answer : How do i find how many columns a .csv file has?
To count the delimiters in 11g, you can use the REGEXP_COUNT function
so, if you've read the contents of one line with utl_file or external table as described above
regexp_count(your_line,','
) will return the number of commas in that line
Random Solutions
RAID for read only DB
CSS Issues...
Connect Oracle dataase through VB6
New Server - New Small Office
sp_configure and server parameters
DIM Mask = &H1a2b3c4d
SQL convert time and date to just date
I can't attach a NFS datastore fom a netgear NAS to an ESXi 4.1 server
How do I subclass in VB6 to capture user left mouse event on the title bar?
Worksheet_Change event not running when DELETE key is used