This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| //----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| import type { ConnectionRequestResponseAsStream } from '@elastic/transport/connection/BaseConnection' | |
| import type { ConnectionRequestOptionsAsStream } from '@elastic/transport/connection/BaseConnection' | |
| import type { ConnectionRequestResponse } from '@elastic/transport/connection/BaseConnection' | |
| import type { ConnectionRequestOptions } from '@elastic/transport/connection/BaseConnection' | |
| import type { ConnectionRequestParams } from '@elastic/transport/connection/BaseConnection' | |
| import type { ConnectionOptions } from '@elastic/transport/connection/BaseConnection' | |
| //------------------------------------------------------------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select @pv:=category_id as category_id, name, parent from category | |
| join | |
| (select @pv:=19)tmp | |
| where parent=@pv |