Can't fetch all record from Mysql-PHP -


i have query fetch data database, query returns 590 rows. when put same query, untouched in phpmyadmin, returns overs 1000 records.

i have tried write query in other ways, changed mysql mysqli, result same. can't record need.

select invoice_orders.invoice_number, invoice_orders.ddt_number, invoice_orders.date, invoice_order_products.productcode, invoice_order_products.category, invoice_order_products.amount, invoice_order_products.price, invoice_order_products.composizione

from invoice_orders, invoice_order_products

where invoice_orders.id = invoice_order_products.invoice_id , from_unixtime( invoice_orders.date, '%m/%y' ) = '01/2011'

thanks

are sure you're querying same host , db schema/table?


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -