question

Olga avatar image
Olga asked

What equivalent for query "SELECT * FROM [DATABASENAME] WHERE adminname like 'david' "

Hi to Everyone:)

What equivalent for query "SELECT * FROM [DATABASENAME] WHERE adminname like 'david' "

Thanks to All

Player Data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
pfnathan avatar image
pfnathan answered

There’s a functionality in our game manager where you can perform a search for; let say "Mace Dog" (with quote due to spaces) or "Log," and it will query the DisplayName. However, keep in mind that this is a general search where you can put in a FULL PlayFabId and get the player you want. You can also do event searches via the Event History page which you can search as well, but the problem with this way is that it's a full blob search which you have to learn to filter them. For example; if you want to search by letter starting “Cat” there will be people that come up who live in "Cat City, CA", but it also shows people with DisplayName "Cat," and if there were a character or item named "Cat" it would also show up as well..

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.