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

UCP App - Waiver Portal

20125

0

0

20415

0

0

This is an example for a few ways you could set up a grid to be able to scroll/have any row at the top of a grid.

22156

0

1

How to collect Grid Data from a Load-All Grid (**not** fromGenie Generated or Database Driven Grids) for an on screen chart.

25294

0

4

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

20890

0

0

h

18598

0

0

Empty template with the basics set up for a quick display.

19786

0

0

Examples for how to set up a grid to be horizontally scrollable, but only if the screen is too small, otherwise, it just fills available space.

20114

0

1

i80

7738

0

0