Получаем с таблицы Persons всех у кого Age >= 34
SELECT * FROM Persons WHERE Age >= 34| import areIntlLocalesSupported from 'intl-locales-supported' | |
| const langs = ['ru', 'en', 'de', 'fr', 'es', 'kk', 'uk'] | |
| if (global.Intl) { | |
| if (!areIntlLocalesSupported(langs)) { | |
| require('intl') | |
| Intl.NumberFormat = IntlPolyfill.NumberFormat | |
| Intl.DateTimeFormat = IntlPolyfill.DateTimeFormat | |
| } |