Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community
I am trying to load data via web file.
the connection is fine but when i reload data the number of record are about only 10 row !!!
does any body help me
regard
LOAD
wdt_ID as ID,
تاریخ as date,
[عنوان مورد]as type,
[قیمت قدیم] as old_price ,
[قیمت جدید] as new_price ,
تغییر as Change
FROM
[http://madan24.com/prices/]
(html, utf8, embedded labels, table is @1);
What does you mean?
amirhossein pegahfar wrote:
the connection is fine but when i reload data the number of record are about only 10 row !!!
i mean the real data in the site are about 1000 record but when i load data , i only see 10 record !!!