Jump to content

Recommended Posts

Posted

How can i make a  SELECT * FROM maintenance_asset where my_nodename ="buildings" AND userright containing "e4" order by Node_id

 

Is something possible? .. 

Posted

Hi,

Standalone .. unigui-exe with hyperserver on Apache...

1 table with all informations: maintenance_asset 

    ' `id` INT(8) UNSIGNED AUTO_INCREMENT PRIMARY KEY,' +
      ' `inr` INT(8) UNSIGNED,' +
      ' `dummy` VARCHAR(1) ,' +
      ' `category` VARCHAR(50),' +
      ' `idfield` INT(8) UNSIGNED,' +
      ' `idparentfield` INT(8) UNSIGNED,' +
      ' `my_nodename ` VARCHAR(200),' +
      ' `asset_name` VARCHAR(200),' +
      ' `asset_id` INT(8) UNSIGNED,' +

....

 

 

 

 

 

 

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...