tracker.pgm

About This Space

An app to track specific aspects of projects


Last updated on March 11, 2022

Forked from: /megan_bond/company-apparel-options-2/

Public Permissions:   View   Open/Fork   Run   Comment  

Tracker

ALTER TABLE SQL Command to Update Team List

ALTER TABLE `users`
  CHANGE COLUMN `teams` `teams` set(SELECT GROUP_CONCAT(DISTINCT concat("'", concat(team, "'") ) SEPARATOR ', ') AS Team_Names FROM teams) NOT NULL AFTER `user`;

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

Filters:

Popular Recent

Workspace for developing and testing the Profound UI CSS

20256

0

0

Examples of how to have multi-line button names and values.

20703

0

1

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

21149

0

0

An example to show you how to create custom context (right-click) menus and add them to your widgets.

24845

0

2

An example of how to retrieve the grid data and work with it for comparisons and manipulations.

25502

0

0

A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.

21704

0

0

25084

0

1