Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Report: Print Label

admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Report: Print Label

Unread post by admin »

Rui,

Maybe Try..

Code: Select all


$sql  = "CREATE TABLE $dataTable SELECT ";
$sql .= "CONCAT(label_settings, ',', label_data) AS one_field ";
$sql .= " FROM giga_label";
nuRunQuery($sql);

Steven
Post Reply